FlowDocumentSynchronizer Events
An object defining events for the FlowDocumentSynchronizer class.
OnBeforeExecution(sender, args)
Occurs before the execution of the workflow step.
Parameters:
sender (required): object
The object that triggers this event.
args (required): OnBeforeExecutionArguments
Provides execution-related arguments, including context, process ID, and step details.
OnAfterExecution(sender, args)
Occurs after the execution of the workflow step.
Parameters:
sender (required): object
The object that triggers this event.
args (required): OnAfterExecutionArguments
Provides execution-related arguments, including context, process ID, and step details.
Execute(sender, args)
Occurs during the execution of the FlowDocumentSynchronizer
step, triggering whenever an execution-related event occurs.
Parameters:
sender (required): object
The object that is the source of the event.
args (required): OnExecuteEventArguments
Provides execution-related arguments, including the context, process ID, and step details.